home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / balisa.swf / scripts / DefineSprite_69 / frame_15 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  391 b   |  20 lines

  1. stop();
  2. classement.text = "";
  3. if(_root.gagnos.position > 0 && _root.gagnos.total > 0)
  4. {
  5.    if(_root.gagnos.position == 1)
  6.    {
  7.       eme = "er";
  8.    }
  9.    else
  10.    {
  11.       eme = "├¿me";
  12.    }
  13.    classement.text = _root.gagnos.position + "" + eme + " sur " + _root.gagnos.total;
  14. }
  15. goreplay.onPress = function()
  16. {
  17.    gotoAndPlay(16);
  18.    _root.voitureverte.startReplayPlay();
  19. };
  20.